home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00083.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  171 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("click")
  3. end
  4.  
  5. on mouseUp
  6.   initglobals()
  7.   set the visible of sprite 5 to 0
  8.   set the visible of sprite 6 to 0
  9.   updateStage()
  10.   go("find")
  11. end
  12.